@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 0.16rem;
	line-height: 0.4rem;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.flex {
	display: flex;
	display: -webkit-flex;
}
.between {
	justify-content: space-between;
}
.center {
	align-items: center;
}
.flex02 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.content {
	width: 14.4rem;
	margin: 0 auto;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.phone {
	display: none;
}
.i100 img{
	width: 100%;
}



/*首页*/
.header{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.logo{
	float: left;
	width: 4.5rem;
	margin: 0.22rem 0 0.22rem -0.3rem;
}
.logo img{
	width: 100%;
	display: block;
}
.nav{
	float: right;
	width: 7.6rem;
	height: 1rem;
}
.nav li{
	display: inline-block;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.2rem;
}
.nav a{
	color: #333;
	display: block;
	position: relative;
}
.nav a:hover{
	color: #0064da;
}
.nav i{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.nav i span{
	width: 0.33rem;
	height: 0.03rem;
	line-height: 0;
	background: #0064da;
	display: block;
	margin: 0 auto;
}
.nav li:hover i{
	opacity: 1;
}
.nav .nav_active i{
	opacity: 1;
}
.subnav_bg{
	width: 100%;
	height: 0;
	box-sizing: border-box;
	padding: 0;
	background: #fff;
	position: absolute;
	top: 1rem;
	left: 0;
	z-index: 20;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	overflow: hidden;
}
.nav li:hover .subnav_bg{
	height: 4.1rem;
	padding: 0.07rem 0 0.62rem;
}
.subnav_bg .content{
	display: none;
	width: 15rem;
}
.nav li:hover .subnav_bg .content{
	display: block;
}
.subnav_pic{
	visibility: visible !important;
  animation-duration: 1.5s;
  animation-name: fadeInDown !important;;
}

.sn .subnav{
	width: 10.2rem;
}
.sn li{
	float: left;
}
.sn li:nth-child(1){
	width: 42%;
}
.sn li:nth-child(2){
	width: 32%;
}
.sn li:nth-child(3){
	width: 26%;
}
.sn .subnav ul li ul li{
	float: none;
}
.sn .subnav ul li ul li:nth-child(1){
	width: 100%;
}
.sn .subnav ul li ul li:nth-child(2){
	width: 100%;
}
.sn .subnav ul li ul li:nth-child(3){
	width: 100%;
}
.subnav{
	float: left;
	width: 11.5rem;
	box-sizing: border-box;
	position: relative;
}
.subnav_line{
	width: 100%;
	height: 1px;
	line-height: 0;
	display: block;
	background: #e1e1e1;
	position: absolute;
	top: 0.82rem;
	left: 0;
}
.subnav li{
	height: auto;
}
.subnav h1{
	line-height: 0.82rem;
	color: #333;
	font-size: 0.2rem;
	margin-bottom: 0.2rem;
}
.subnav ul li ul{
	width: 100%;
}
.subnav ul li ul li{
	display: block;
	line-height: 0.46rem;
	font-size: 0.16rem;
}
.subnav ul li ul li a{
	color: #666;
}
.subnav ul li ul li a:hover{
	color: #0064da;
}
.subnav_pic{
	float: right;
	width: 2.9rem;
	margin-top: 0.31rem;
}
.banner_box,.main_bn{
		height: 86vh;
		-webkit-height: 88vh;
	}
.banner_box{
	width: 100%;
	overflow: hidden;
	margin-top: 1rem;
}
.banner_box .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_box .swiper-pagination{
	bottom: 0.34rem;
}
.banner_box .swiper-pagination-bullet{
	width: 0.16rem;
	display: inline-block;
	background: url(../images/dot_01.png) no-repeat center bottom;
	background-size: 100% 0.08rem;
	margin: 0 0.08rem;
	font-size: 0.2rem;
	line-height: 0.24rem;
	padding-bottom: 0.2rem;
	color: rgba(255, 255, 255, 0);
}
.banner_box .swiper-pagination-bullet-active{
	width: 0.25rem;
	background: url(../images/dot_02.png) no-repeat center bottom;
	background-size: 100% 8px;
	color: rgba(30, 96, 173, 1);
	font-weight: bold;
}
.bn_textbox{
	width: 100%;
	position: absolute;
	top: 44%;
	transform: translate(0, -44%);
	left: 0;
}
.bn_text{
	width: 14.4rem;
	color: #fff;
	font-size: 0.22rem;
	line-height: 0.38rem;
	margin: 0 auto;
}
.bn_text h1{
	font-size: 0.48rem;
	line-height: 0.66rem;
	margin-bottom: 0.24rem;
}

.custom_box{
	width: 14.4rem;
	padding: 0.94rem 0 0.47rem;
	margin: 0 auto;
	overflow: hidden;
}
.custom_en{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	line-height: 0.86rem;
	height: 0.86rem;
	color: #eaeaea;
	font-size: 0.28rem;
	position: relative;
}
.custom_tit{
	width: 100%;
	text-align: center;
	line-height: 0.4rem;
	color: #333;
	font-size: 0.35rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.custom_tit img{
	width: 0.36rem;
	margin: 0.07rem 0.3rem;
}
.custom_m{
	margin-bottom: 0.78rem;
}
.custom_p{
	width: 9.17rem;
	margin: 0 auto;
	position: relative;
}
.custom_pic{
	width: 100%;
}
.custom{
	width: 14.4rem;
	position: absolute;
	top: 0;
	left: -2.3rem;
	z-index: 1;
}
.custom li{
	float: left;
	width: 50%;
	height: 1.5rem;
	box-sizing: border-box;
}
.custom img{
	float: left;
	width: 0.84rem;
	margin-right: 0.2rem;
}
.custom_text{
	float: left;
	width: 2.74rem;
}
.custom_text h1{
	color: #333;
	font-size: 0.21rem;
	line-height: 0.94rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.custom_text h4{
	color: #767676;
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.48rem;
	display: none;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	position: relative;
}
.custom li:hover .custom_text h1{
	color: #0052da;
	font-size: 0.2rem;
	line-height: 0.48rem;
}
.custom li:hover .custom_text h4{
	display: block;
}
.line01{
	width: 100%;
	height: 0.01rem;
	line-height: 0;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
}
.custom li:hover .line01{
	opacity: 1;
}
.line02{
	width: 0.01rem;
	height: 1.1rem;
	background: #333;
	transform: rotateY(-45deg);
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	position: absolute;
	top: -0.15rem;
	right: -0.4rem;
}
.c_dot{
	width: 0.22rem;
	height: 0.22rem;
	border: solid 1px #0064da;
	background: #fff;
	border-radius: 0.5rem;
	position: absolute;
	bottom: 0;
	right: -0.1rem;
	transform: rotateY(0);
	transform: rotate(0);
	-o-transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	z-index: 2;
}
.c_dot span{
	width: 0.12rem;
	height: 0.12rem;
	margin: 0.04rem;
	background: #0064da;
	border-radius: 0.5rem;
	display: block;
}
.custom li:nth-child(even){
	text-align: right;
}
.custom li:nth-child(even) img{
	float: right;
	margin-left: 0.2rem;
}
.custom li:nth-child(even) .custom_text{
	float: right;
}
.custom li:nth-child(even) .line02{
	width: 1px;
	height: 1.1rem;
	background: #333;
	transform: rotateY(45deg);
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	position: absolute;
	top: -0.15rem;
	left: -0.4rem;
}
.custom li:nth-child(1){
	padding-left: 1.5rem;
}
.custom li:nth-child(2){
	padding-right: 1.5rem;
}
.custom li:nth-child(3){
	padding-left: 0.11rem;
}
.custom li:nth-child(6){
	padding-right: 0.06rem;
}
.custom li:nth-child(7){
	padding-left: 1.4rem;
}
.custom li:nth-child(7) .line02{
	width: 100%;
	height: 1px;
	top: 0;
	right: 0;
	background: none;
	transform: rotateY(0);
	transform: rotate(0);
	-o-transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
}
.custom li:nth-child(7) .c_dot{
	bottom: -0.1rem;
}
.custom li:nth-child(8){
	padding-right: 1.09rem;
}
.custom li:nth-child(8) .line02{
	width: 100%;
	height: 1px;
	top: 0;
	right: 0;
	background: none;
	transform: rotateY(0);
	transform: rotate(0);
	-o-transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
}
.custom li:nth-child(8) .c_dot{
	left: 0.3rem;
	right: 0;
	bottom: -0.1rem;
}

.shuz_bg{
	width: 100%;
	padding-top: 0.88rem;
	box-sizing: border-box;
	height: 4.84rem;
	background: url(../images/shuz_bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.shuz_en{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	line-height: 0.86rem;
	height: 0.86rem;
	color: rgba(234, 234, 234, 0.1);
	font-size: 0.28rem;
	position: relative;
	margin-bottom: 0.04rem;
}
.shuz_tit{
	width: 100%;
	text-align: center;
	line-height: 0.4rem;
	color: #fff;
	font-size: 0.35rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.shuz_tit img{
	width: 0.36rem;
	margin: 0.07rem 0.3rem;
}
.shuz{
	width: 12rem;
	color: #fff;
	text-align: center;
	line-height: 0.46rem;
	font-size: 0.2rem;
	overflow: hidden; 
	word-break: break-all; 
	-webkit-line-clamp: 3; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	margin: 0 auto 0.44rem;
}
.shuz_more{
	width: 1.52rem;
	height: 0.52rem;
	line-height: 0.52rem;
	text-align: center;
	background: #fff;
	color: #0064da;
	font-size: 0.18rem;
	margin: 0 auto;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.shuz_more a{
	color: #0064da;
	display: block;
}
.shuz_more:hover{
	background: #4a91e1;
}
.shuz_more a:hover{
	color: #fff;
}

.hexin_bg{
	background: #f2f7fb;
	padding: 1.04rem 0 0.6rem;
	overflow: hidden;
}
.hexin{
	width: 12.6rem;
	margin: 0 auto;
}
.hexin ul{
	margin-right: -0.55rem;
}
.hexin li{
	float: left;
	width: 3.83rem;
	height: 4.6rem;
	text-align: center;
	padding: 0.75rem 0.05rem 0 0.05rem;
	box-sizing: border-box;
	border-radius: 0.2rem;
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
	margin: 0.4rem 0.55rem 0 0;
	color: #8a8a8a;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.hexin li:hover{
	color: #333;
	background: #fff;
	cursor:pointer;
	margin: 0.2rem 0.55rem 0 0;
}
.hexin img{
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 auto 0.13rem;
}
.hexin h4{
	color: #333;
	font-size: 0.24rem;
	line-height: 0.66rem;
}
.hexin div{
	font-size: 0.18rem;
	line-height: 0.32rem;
	/*height: 0.64rem;
	overflow: hidden; 
	word-break: break-all; 
	-webkit-line-clamp: 2; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical;*/
}

.solution_box{
	width: 100%;
	padding-top: 1.04rem;
	overflow: hidden;
}
.m_solution{
	margin-bottom: 0.12rem;
}
.solution{
	width: 100%;
	margin-top: 0.12rem;
}
.solution li{
	float: left;
	width: calc((1920 - 560) / 3 / 1920 * 100%);
	height: 7.6rem;
	overflow: hidden;
	position: relative;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.solution li.on1 {
	width: calc(560 / 1920 * 100%);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.solution img{
	width: auto;
	height: 100%;
	object-fit: cover;
}
.solution_tm{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.solution li:hover .solution_tm{
	opacity: 0.7;
}
.solution_fon{
	width: 100%;
	padding: 0 0.42rem;
	box-sizing: border-box;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0.67rem;
	z-index: 2;
}
.solution_fon h4{
	font-size: 0.26rem;
}
.solution_txt{
	width: 100%;
	font-size: 0.2rem;
	line-height: 0.42rem;
	height: 0.84rem;
	margin: 0.2rem 0 0.34rem;
	overflow: hidden; 
	word-break: break-all; 
	-webkit-line-clamp: 2; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	display: none;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.solution li:hover .solution_txt{
	display: block;
}
.solution_more{
	width: 0.8rem;
	height: 0.8rem;
	display: none;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.solution li:hover .solution_more{
	display: block;
}
.solution li:hover .solution_fon{
	bottom: 0.4rem;
}
.solution_more .a2{
	display: none;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.solution_more:hover .a1{
	display: none;
}
.solution_more:hover .a2{
	display: block;
}

.footprint_box{
	width: 14.4rem;
	padding:1.05rem 0 1.75rem;
	margin: 0 auto;
	overflow: hidden;
}
.footprint{
	width: 100%;
	margin-top: 0.28rem;
	position: relative;
}
.map{
	width: 7.5rem;
	/*width:9.6rem;
	height: 6.56rem;*/
	position: absolute;
	left: 0;
	top: 0;
}
.map img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ft_box{
	float: right;
	width: 6.05rem;
	color: #333;
	padding-top: 0.95rem;
	position: relative;
	z-index: 2;
}
.ft_box h1{
	font-size: 0.2rem;
	line-height: 0.4rem;
	color: #333;
}
.ft_box h2{
	font-size: 0.18rem;
	line-height: 0.38rem;
	font-weight: normal;
	margin-bottom: 0.44rem;
}
.ft_text{
	font-size: 0.18rem;
	line-height: 0.4rem;
	margin-bottom: 0.8rem;
}
.ft_list{
	width: 100%;
	margin-left: -2%;
}
.ft_list li{
	float: left;
	width: 35%;
	text-align: center;
	color: #999;
	font-size: 0.16rem;
	background: url(../images/ft_line.jpg) no-repeat right center;
}
.ft_list li:first-child{
	width: 30%;
}
.ft_list li:last-child{
	background: none;
}
.ft_list h4{
	color: #0064da;
	font-size: 0.37rem;
	line-height: 0.54rem;
}
.ft_list h4 span{
	font-size: 0.15rem;
	line-height: 0.32rem;
	font-weight: none;
	vertical-align: top;
}

.partners_bg{
	width: 100%;
	height: 9.53rem;
	padding-top: 1.06rem;
	box-sizing: border-box;
	background: url(../images/partners_bg.jpg) no-repeat;
	background-size: cover;
}
.m_partners{
	margin-bottom: 0.34rem;
}
.partners_box{
	width: 12.7rem;
	margin: 0 auto 0.47rem;
	overflow: hidden;
}
.partners_text{
	float: left;
	width: 3.5rem;
}
.partners_text h1{
	color: #333;
	font-size: 0.26rem;
	line-height: 0.6rem;
	margin-bottom: 0.4rem;
}
.partners_text h1 i{
	width: 0.6rem;
	height: 2px;
	line-height: 0;
	display: block;
	background: #0064da;
}
.partners_txt{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.4rem;
	margin-top: 0.2rem;
}
.partners{
	float: right;
	width: 8.27rem;
}
.partners ul{
	margin-right: -0.46rem;
}
.partners li{
	float: left;
	width: 2.45rem;
	height: 1rem;
	margin: 0 0.46rem 0.4rem 0;
	box-shadow: 0 0 0.2rem rgba(221, 240, 255, 0.8);
}
.partners img{
	width: 100%;
	height: 100%;
}

.foot_bg{
	background: #001953;
	overflow: hidden;
	padding-top: 0.69rem;
}
.foot_box{
	width: 14.4rem;
	margin: 0 auto 0.27rem;
}
.f_nav{
	float: left;
	width: 10.3rem;
	padding: 0 0.6rem 0.3rem 0;
	border-right: solid 1px rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	margin-top: 0.06rem;
}
.f_nav h4{
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.2rem;
	margin-bottom: 0.18rem;
}
.f_nav ul li ul{
	display: block;
}
.f_nav ul li ul li{
	line-height: 0.48rem;
	font-size: 0.14rem;
}
.f_nav ul li ul li a{
	color: #fff;
	opacity: 0.4;
}
.f_nav ul li ul li a:hover{
	opacity: 1;
}
.f_right{
	float: right;
	width: 3.5rem;
}
.f_logo{
	width: 90%;
}
.f_con{
	width: 100%;
	padding: 0.38rem 0 0.21rem;
}
.f_con li{
	font-size: 0.16rem;
	line-height: 0.24rem;
	margin-bottom: 0.24rem;
	color: rgba(255, 255, 255, 0.4);
}
.f_con li img{
	float: left;
	width: 0.31rem;
	margin-right: 0.2rem;
}
.share{
	width: 100%;
}
.share li{
	float: left;
	width: 0.52rem;
	margin-right: 0.39rem;
	position: relative;
	cursor: pointer;
}
.code{
	width: 1.4rem;
	height: 1.4rem;
	font-size: 0.16rem;
	background: #fff;
	position: absolute;
	top: -0.3rem;
	left: -1.5rem;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.code img{
	width: 100%;
	height: 100%;
}
.share li:hover .code{
	opacity: 1;
  transform: translate(-20px, 0);
}
.tel{
	width: 1.5rem;
	text-align: center;
	height: 0.52rem;
	line-height: 0.52rem;
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 0.16rem;
	position: absolute;
	top: 0;
	left: 0.6rem;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.share li:hover .tel{
	opacity: 1;
  transform: translate(20px, 0);
}
.copyright{
	width: 100%;
	text-align: center;
	line-height: 0.62rem;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.14rem;
}


/* 案例中心 */
.main_bn{
	width: 100%;
	position: relative;
	margin-top: 1rem;
}
.main_bn img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bn_con{
	width: 100%;
	color: #fff;
	font-size: 0.22rem;
	line-height: 0.38rem;
	position: absolute;
	top: 44%;
	left: 0;
	transform: translate(0, -44%);
}
.bn_con h1{
	font-size: 0.48rem;
	line-height: 0.66rem;
	margin-bottom: 0.24rem;
}
.main{
	width: 100%;
	overflow: hidden;
}
.m_case{
	margin: 1.06rem 0 0.92rem;
}
.case_title{
	width: 100%;
	text-align: center;
	color: #969696;
	font-size: 0.18rem;
	line-height: 0.36rem;
	margin-bottom: 0.56rem;
}
.case_title h1{
	color: #333;
	font-size: 0.38rem;
	line-height: 0.66rem;
}
.case{
	width: 100%;
}
.case ul{
	margin-right: -0.33rem;
}
.case li{
	float: left;
	width: 4.58rem;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
	margin: 0 0.33rem 0.38rem 0;
}
.case h4{
	width: 100%;
	color: #333;
	font-size: 0.18rem;
	height: 0.8rem;
	line-height: 0.8rem;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.case li:hover h4{
	color: #0064da;
}
.case_pic{
	width: 100%;
	height: 2.48rem;
	overflow: hidden;
}
.case_pic img{
	width: 100%;
	height: 100%;
}


/* 案例详情 */
.m_case_show{
	margin: 1.28rem 0 1.31rem;
}
.date_line{
	width: 100%;
	height: 2px;
	background: #dfe0e1;
	position: absolute;
	top: 0.12rem;
	left: 0;
}
.date{
	margin-bottom: 0.48rem;
}
.date_dot{
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 50%;
	border: solid 1px #dee0e1;
	margin: 0 auto 0.2rem;
	animation: suof 5s linear infinite;
}
.date_dot span{
	width: 0.16rem;
	height: 0.16rem;
	margin: 0.05rem;
	border-radius: 50%;
	background: #dee0e1;
	display: block;
	animation: suof 5s linear infinite;
}
@keyframes suof {
  0% {
    transform: scale(0.8);
  }
  33% {
    transform: scale(1);
  }
  66% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.date_fon{
	text-align: center;
	color: #dee0e1;
	font-size: 0.22rem;
	line-height: 0.34rem;
}
.date .swiper-slide-thumb-active .date_dot{
	border: solid 1px #0064da;
}
.date .swiper-slide-thumb-active .date_dot span{
	background: #0064da;
}
.date .swiper-slide-thumb-active .date_fon{
	color: #0064da;
}
.date .swiper-slide{
	cursor: pointer;
}
.case_img{
	float: left;
	width: 4.98rem;
	height: 3.25rem;
	overflow: hidden;
}
.case_img img{
	width: 100%;
	height: 100%;
}
.case_text{
	float: right;
	width: 8.14rem;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.38rem;
}
.case_text h4{
	font-size: 0.22rem;
	line-height: 0.64rem;
}


/* 行业动态 */
.m_policy{
	margin: 0.88rem 0;
}
.m_policy .custom_en{
	margin-bottom: 0.16rem;
}
.m_policy .custom_tit img{
	margin: 0.07rem 0.3rem;
}
.news_img{
	float: left;
	width: 6.43rem;
	height: 3.52rem;
	overflow: hidden;
}
.news_img img{
	width: 100%;
	height: 100%;
}
.policy{
	float: right;
	width: 7.04rem;
}
.policy li{
	font-size: 0.18rem;
	height: 0.62rem;
	line-height: 0.62rem;
	border-bottom: solid 1px #eee;
}
.policy li:last-child{
	border: none;
}
.policy_l{
	float: left;
	width: 5.1rem;
	height: 0.62rem;
	color: #333;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.policy_r{
	float: right;
	color: #999;
}
.policy li:hover .policy_l,.policy li:hover .policy_r{
	color: #000;
}

.news_bg{
	width: 100%;
	background: #f2f7fb;
	padding: 1.05rem 0 0.8rem;
	overflow: hidden;
}
.news_pic{
	height: 2.37rem;
	overflow: hidden;
}
.news_pic img{
	width: 100%;
	height: 100%;
}
.news_bot{
	padding: 0.18rem 0.2rem 0.15rem 0.2rem;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #ddd;
	border-top: none;
}
.news_bot h1{
	text-align: center;
	color: #333;
	font-size: 0.18rem;
	height: 0.3rem;
	line-height: 0.3rem;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	margin-bottom: 0.57rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_area .swiper-slide:hover .news_bot h1{
	color: #0064da;
}
.news_date_box{
	height: 0.31rem;
}
.news_date{
	float: left;
	line-height: 0.31rem;
	color: #999;
	font-size: 0.16rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_area .swiper-slide:hover .news_date{
	color: #0064da;
}
.news_more{
	float: right;
	width: 0.48rem;
	height: 0.29rem;
	line-height: 0.29rem;
	text-align: center;
	border: solid 1px #ddd;
	border-radius: 0.3rem;
	color: #999;
	font-size: 0.16rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_area .swiper-slide:hover .news_more{
	width: 0.63rem;
	color: #0064da;
	border: solid 1px rgba(0, 100, 218, 0.3);
}


/* 关于我们 */
.about_bg{
	width: 100%;
	background: #f2f7fb;
	padding: 0.97rem 0 1.51rem;
}  
.about_en{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	line-height: 0.84rem;
	color: #eaeaea;
	font-size: 0.32rem;
	position: relative;
}
.about_tit{
	width: 100%;
	text-align: center;
	line-height: 0.46rem;
	color: #333;
	font-size: 0.4rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.about_tit img{
	width: 0.36rem;
	margin: 0.07rem 0.5rem;
}
.m_about{
	margin-bottom: 0.28rem;
}
.about{
	float: left;
	width: 7.3rem;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.46rem;
	margin-right: 1.6rem;
	text-align: justify;
}
.about h4{
	font-size: 0.24rem;
}
.about_video{
	float: right;
	width: 5.71rem;
	height: 3.58rem;
	position: relative;
	cursor: pointer;
}
.video_btn {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.video_btn img {
	width: 100%;
	height: 100%;
}
/*.about_video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/
.video_bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.video111-a1 {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.video111-a2 {
  width: 1200px;
  height: calc(1200px/16*9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.fz_pic img{
	width: 100%;
}
.fz_bg{
	width: 100%;
	position: relative;
}
.fz_en{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	line-height: 0.84rem;
	height: 0.84rem;
	color: rgba(234, 234, 234, 0.1);
	font-size: 0.32rem;
	position: absolute;
	top: 1.02rem;
	left: 0;
}
.fz_tit{
	width: 100%;
	text-align: center;
	line-height: 0.46rem;
	color: #fff;
	font-size: 0.4rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.fz_tit img{
	width: 0.36rem;
	margin: 0.07rem 0.48rem;
}
.fz_part{
	width: 12.8rem;
	margin: 0 auto;
}
.fz_part .swiper-slide:nth-child(1) .fz_box{
	margin-top: 1.82rem;
}
.fz_part .swiper-slide:nth-child(2) .fz_box{
	margin-top: 1.2rem;
}
.fz_part .swiper-slide:nth-child(3) .fz_box{
	margin-top: 1.12rem;
}
.fz_part .swiper-slide:nth-child(4) .fz_box{
	margin-top: 0.46rem;
	padding: 0 0 1.65rem 0.32rem;
}
.fz_part .swiper-slide:nth-child(5) .fz_box{
	padding: 0 0 1.26rem 0.32rem;
}
.fz_box{
	padding: 0 0 0.46rem 0.32rem;
	position: relative;
	overflow: hidden;
}
.fz_line{
	width: 0.03rem;
	height: 100%;
	border-left: solid 0.03rem rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 0.2rem;
	left: 0.11rem;
}
.fz_dot01{
	width: 0.17rem;
	height: 0.17rem;
	display: block;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0.04rem;
	top: 0.17rem;
}
.fz_dot02{
	width: 0.25rem;
	height: 0.25rem;
	display: block;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.fz_t{
	width: 0.9rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #fff;
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.4rem;
}
.fz_text{
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.28rem;
}
.fz_text h4{
	font-size: 0.3rem;
	font-weight: normal;
	line-height: 0.64rem;
}

.honor_bg{
	width: 100%;
	background: #f2f7fb;
	padding: 0.97rem 0 0.7rem;
	overflow: hidden;
}
.m_honor{
	margin-bottom: 0.17rem;
}
.zizhi{
	width: 12rem;
	height: 0.89rem;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 0 auto 0.46rem;
}
.zizhi li{
	float: left;
	width: 20%;
	text-align: center;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.26rem;
	position: relative;
}
.zizhi i{
	width: 1px;
	height: 0.33rem;
	background: #f1f1f1;
	position: absolute;
	top: 0.3rem;
	right: 0;
}
.zizhi li:last-child i{
	display: none;
}
.zizhi h4{
	color: #0064da;
	font-size: 0.36rem;
	line-height: 0.42rem;
	font-weight: normal;
	margin-top: 0.11rem;
}
.zizhi h4 span{
	font-size: 0.26rem;
	line-height: 0.24rem;
	font-weight: bold;
	vertical-align: top;
}

.honor_box{
	width: 14.4rem;
	position: relative;
	margin: 0 auto;
}
.honor_pic{
	border: solid 1px #e2dac5;
	height: 3.83rem;
	overflow: hidden;
}
.honor_pic img{
	width: 100%;
	height: 100%;
}
.honor{
	width: 12rem;
	margin: 0 auto;
}
.honor_box .swiper-button-prev{
	width: 0.46rem;
	height: 0.46rem;
	background: url(../images/honor_prev.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 40%;
	left: 0;
	transform: translate(0, -40%);
}
.honor_box .swiper-button-next{
	width: 0.46rem;
	height: 0.46rem;
	background: url(../images/honor_next.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 40%;
	right: 0;
	transform: translate(0, -40%);
}
.honor_box .swiper-pagination-bullet{
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 12px;
	background: #0064da;
	opacity: 0.2;
	display: inline-block;
	margin: 0 0.15rem;
}
.honor .swiper-wrapper{
	padding-bottom: 0.72rem;
}
.honor .swiper-pagination-bullet-active{
	opacity: 1;
}

.culture_box{
	width: 12.01rem;
	padding: 0.77rem 0 1.07rem 0;
	margin: 0 auto;
	overflow: hidden;
}
.m_culture{
	margin-bottom: 0.3rem;
}
.culture{
	width: 100%;
}
.culture ul{
	margin-right: -0.26rem;
}
.culture li{
	float: left;
	width: 3.83rem;
	height: 2.44rem;
	border-radius: 0.16rem;
	overflow: hidden;
	margin-right: 0.26rem;
}
.culture img{
	width: 100%;
	height: 100%;
}

.join_bg{
	width: 100%;
	background: #f2f7fb;
	padding: 0.48rem 0 0.38rem;
	overflow: hidden;
}
.join_title{
	width: 100%;
	text-align: center;
	margin-bottom: 0.24rem;
}
.join_title h1{
	font-size: 0.34rem;
	color: #0064da;
	line-height: 0.5rem;
	text-transform: uppercase;
}
.join_title h2{
	font-size: 0.34rem;
	color: #333;
	line-height: 0.52rem;
}
.join_btn{
	width: 1.36rem;
	text-align: center;
	line-height: 0.5rem;
	border-radius: 0.5rem;
	font-size: 0.16rem;
	background: #0064da;
	overflow: hidden;
	margin: 0 auto;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.join_btn a{
	color: #fff;
	display: block;
}
.join_btn:hover{
	background: #5fa3f0;
}
.join_btn a:hover{
	color: #fff;
}


/* 加入我们 */
.join_bg02{
	width: 100%;
	background: #f2f7fb;
	padding: 0.83rem 0 1.28rem;
	overflow: hidden;
}
.join_bg02 .content{
	width: 15rem;
}
.join_top{
	width: 15rem;
	text-align: center;
	height: 0.9rem;
	color: #fff;
	font-size: 0.2rem;
	font-weight: bold;
	background: #0064da;
	margin: 0 auto 0.26rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.txt01{
	width: 2rem;
}
.txt02{
	width: 2.5rem;
}
.txt03{
	width: 4.8rem;
}
.txt04{
	width: 4.2rem;
}
.txt05{
	width: 1.5rem;
}
.join{
	width: 15rem;
	margin: 0 auto 0.05rem;
}
.join li{
	text-align: center;
	height: 0.9rem;
	color: #333;
	font-size: 0.18rem;
	background: #e0e0e0;
	margin-bottom: 0.26rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.join li:nth-child(even){
	background: #fff;
}
.join_email{
	color: #333;
	font-weight: bold;
	font-size: 0.24rem;
	line-height: 0.46rem;
}
.join_email span{
	color: #0064da;
}


/* 解决方案 */
.fn_box{
	width: 100%;
	padding: 0.97rem 0 1.08rem;
	overflow: hidden;
}
.fn_tit{
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 0.38rem;
	line-height: 0.82rem;
	font-weight: bold;
	margin-bottom: 0.36rem;
}
.fn_tit span{
	display: inline-block;
}
.fn_tit i{
	width: 90%;
	height: 3px;
	line-height: 0;
	background: #0064da;
	display: block;
	margin: 0 auto;
}
.fn_text{
	width: 100%;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.48rem;
	margin-bottom: 0.66rem;
	text-align: justify;
}

.cptx_bg{
	width: 100%;
	background: #f2f7fb;
	padding: 0.67rem 0 0.85rem;
	overflow: hidden;
}
.cptx_title{
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 0.38rem;
	line-height: 0.82rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.cptx_title i{
	width: 1.25rem;
	height: 3px;
	line-height: 0;
	background: #0064da;
	display: block;
	margin: 0 auto;
}
.cptx{
	width: 100%;
}
.cptx ul{
	margin-right: -0.3rem;
}
.cptx li{
	float: left;
	width: 4.6rem;
	min-height: 5.44rem;
	box-sizing: border-box;
	padding: 0.55rem 0.34rem 0.84rem 0.34rem;
	margin: 0.2rem 0.3rem 0 0;
	background: #fff;
	box-shadow: 0 0 10 rgba(0, 0, 0, 0.1);
	color: #333;
	font-size: 0.18rem;
	line-height: 0.4rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.cptx li:hover{
	margin: 0 0.3rem 0 0;
}
.cptx h4{
	color: #333;
	font-size: 0.22rem;
	line-height: 0.4rem;
	text-align: center;
	margin-bottom: 0.21rem;
}
.cptx div{
	text-align: justify;

}
.cptx_pic{
	width: 0.75rem;
	height: 0.75rem;
	margin: 0 auto 0.24rem;
}
.cptx_pic img{
	width: 100%;
	height: 100%;
}

.hexin_box{
	width: 100%;
	padding: 0.62rem 0 0.92rem;
	overflow: hidden;
}
.hx_top{
	padding-bottom: 0.1rem;
	position: relative;
	margin-bottom: 0.47rem;
}
.hx_con{
	padding: 0.32rem 0 0.2rem;
	position: relative;
}
.hx_pic{
	width: 0.42rem;
	height: 0.42rem;
	overflow: hidden;
	position: relative;
	margin: 0 auto 0.15rem;
}
.hx_con h4{
	color: #333;
	font-size: 0.18rem;
	font-weight: normal;
	text-align: center;
	line-height: 0.3rem;
}
.hx_con:hover h4{
	color: #0064da;
}
.img01,.img02{
	position: absolute;
	top: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.img01{
	left: 0;
}
.img02{
	left: -0.7rem;
}
.hx_con:hover .img01{
	left: 0.7rem;
}
.hx_con:hover .img02{
	left: 0;
}
.line_left{
	width: 1px;
	height: 60%;
	background: #bfbfbf;
	position: absolute;
	top: 20%;
	left: 0;
}
.line_right{
	width: 1px;
	height: 60%;
	background: #bfbfbf;
	position: absolute;
	top: 20%;
	right: 0;
}
.line_top{
	width: 95%;
	height: 1px;
	background: #0064da;
	position: absolute;
	top: 0;
	left: 2.5%;
	display: none;
}
.line_bottom{
	width: 95%;
	height: 0.1rem;
	background: url(../images/hx_di.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -10px;
	left: 2.5%;
	display: none;
}
.hx_top .swiper-slide-thumb-active .line_top{
	display: block;
}
.hx_top .swiper-slide-thumb-active .line_bottom{
	display: block;
}
.hx_top .swiper-slide-thumb-active .img01{
	left: 0.7rem;
}
.hx_top .swiper-slide-thumb-active .img02{
	left: 0;
}
.hx_top .swiper-slide-thumb-active h4{
	color: #0064da;
}
.hx_img{
	float: left;
	width: 6.5rem;
	height: 3.14rem;
	overflow: hidden;
}
.hx_img img{
	width: 100%;
	height: 100%;
}
.hx_text{
	float: right;
	width: 6.75rem;
	margin-top: 0.29rem;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.38rem;
}
.hx_text h4{
	font-size: 0.24rem;
	line-height: 0.58rem;
	margin-bottom: 0.26rem;
}
.hx_text h4 i{
	width: 1.24rem;
	height: 2px;
	line-height: 0;
	background: #0064da;
	display: block;
}


/* 安全环保应急一体化智能管控平台 */
.product_bg{
	width: 100%;
	padding: 0.78rem 0;
	background: #f2f7fb;
	overflow: hidden;
}
.product_box{
	padding: 0.58rem 0.4rem 0.68rem 2.7rem;
}
/*.product_box .swiper-slide:first-child{
	margin-left: 2.7rem;
}*/
.product_box .swiper-pagination{
	width: 100%;
	bottom: 0;
}
.product_box .swiper-pagination-bullet{
	width: 0.31rem;
	height: 0.12rem;
	border-radius: 0.12rem;
	background: #0064da;
	opacity: 0.3;
	margin: 0 0.11rem;
}
.product_box .swiper-pagination-bullet-active{
	opacity: 1;
}
.product{
	/*min-height: 4.5rem;*/
	background: #fff;
	padding: 0.25rem 0.17rem 0.46rem 0.17rem;
}
.zt .product_pic{
	width: 100%;
	height: 2.6rem;
}
.product_pic{
	width: 90%;
	text-align: center;
	height: 2.5rem;
	overflow: hidden;
	margin: 0.24rem auto 0.4rem auto;
}
.product_pic img{
	width: 100%;
	/*height: 100%;*/
}
.product_txt{
	width: 100%;
	text-align: center;
	line-height: 0.4rem;
	color: #999;
	font-size: 0.18rem;
}
.product_txt h4{
	color: #333;
	font-size: 0.2rem;
}
.product:hover .product_txt{
	opacity: 0;
}
.into{
	width: 100%;
	text-align: center;
	line-height: 0.3rem;
	font-size: 0.2rem;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0.66rem;
	z-index: 1;
	display: none;
}
.into a{
	color: #333;
}
.into img{
	width: 0.23rem;
	margin-right: 0.18rem;
}
.product:hover .into{
	display: block;
}

.xt_bg{
	width: 100%;
	height: 7.95rem;
	padding-top: 0.96rem;
	background: url(../images/xt_bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.xt_title{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.4rem;
	line-height: 0.9rem;
}
.xt_title i{
	width: 1.25rem;
	height: 3px;
	line-height: 0;
	background: #fff;
	opacity: 0.5;
	display: block;
	margin: 0 auto;
}
.xt{
	width: 14.4rem;
	margin: 0 auto;
}
.xt ul{
	margin-right: -1.2rem;
}
.xt li{
	float: left;
	width: 2.62rem;
	text-align: center;
	margin: 0.8rem 1.1rem 0.5rem 0;
}
.xt img{
	width: 0.84rem;
}
.xt h4{
	color: #fff;
	font-size: 0.22rem;
	line-height: 0.4rem;
	font-weight: normal;
	margin-top: 0.22rem;
}

.hxjz_box{
	width: 100%;
	background: #f2f7fb;
	padding: 0.68rem 0 1.12rem;
	overflow: hidden;
}


/* 图像型智能火灾探测器 */
.tanceqi_bg{
	width: 100%;
	height: 8rem;
	box-sizing: border-box;
	background: url(../images/tanceqi_bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.tanceqi_bg .content{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.tanceqi_text{
	float: left;
	width: 7.2rem;
	color: #333;
	font-size: 0.2rem;
	line-height: 0.48rem;
}
.tanceqi_text h1{
	color: #333;
	font-size: 0.38rem;
	line-height: 0.82rem;
	margin-bottom: 0.41rem;
}
.tanceqi_text i{
	width: 2.1rem;
	height: 3px;
	line-height: 0;
	background: #0064da;
	display: block;
}
.tanceqi_pic{
	float: right;
	/*width: 5.76rem;*/
}
.tanceqi_text{
	width: 60%;
}
.tanceqi_pic{
	width: 45%;
}

.pro_tx_bg{
	width: 100%;
	background: #f2f7fb;
	padding: 0.77rem 0 0.7rem;
	overflow: hidden;
}
.pro_tx{
	width: 14.4rem;
	margin: 0 auto;
}
.pro_tx ul{
	margin-right: -0.28rem;
}
.pro_tx li{
	float: left;
	width: 4.61rem;
	height: 4.5rem;
	background: #fff;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.4rem;
	padding: 0.51rem 0.34rem 0.57rem 0.34rem;
	box-sizing: border-box;
	margin: 0.2rem 0.28rem 0.3rem 0;
	text-align: justify;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.pro_tx li:hover{
	margin: 0 0.28rem 0.3rem 0;
}
.pro_tx img{
	width: 0.62rem;
	margin-bottom: 0.2rem;
}
.pro_tx h4{
	color: #333;
	font-size: 0.22rem;
	line-height: 0.58rem;
}

.cj_box{
	width: 14.4rem;
	padding: 0.84rem 0 0.75rem;
	overflow: hidden;
	margin: 0 auto;
}
.cj{
	width: 100%;
	position: relative;
}
.cj ul{
	margin-right: -0.2rem;
}
.cj li{
	float: left;
	width: 4.7rem;
	height: 2.25rem;
	overflow: hidden;
	position: relative;
	margin: 0 0.2rem 0.2rem 0;
}
.cj img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cj li:first-child{
	width: 9.6rem;
	height: 3.53rem;
}
.cj li:nth-child(3){
	margin: 0;
}
.cj li:nth-child(4){
	width: 4.6rem;
	height: 5.97rem;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.cj_tm{
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	opacity: 0;
}
.cj_tm h4{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.32rem;
	line-height: 0.4rem;
	letter-spacing:0.1rem
}
.cj li:hover .cj_tm{
	opacity: 1;
}


/* 重大危险源监测预警及应急指挥系统 */
.zd_text{
	float: left;
	width: 7.88rem;
	color: #333;
	font-size: 0.2rem;
	line-height: 0.48rem;
	text-align: justify;
}
.zd_text h1{
	color: #333;
	font-size: 0.38rem;
	line-height: 0.82rem;
	margin-bottom: 0.41rem;
}
.zd_text i{
	width: 2.1rem;
	height: 3px;
	line-height: 0;
	background: #0064da;
	display: block;
}
.zd_pic{
	float: right;
	width: 5.23rem;
}

.xt02{
	width: 14.4rem;
	margin: 0 auto;
}
.xt02 ul{
	margin-right: -1.45rem;
}
.xt02 li{
	float: left;
	width: 1.6rem;
	text-align: center;
	margin: 0.8rem 1.45rem 0.5rem 0;
}
.xt02 img{
	width: 0.84rem;
}
.xt02 h4{
	color: #fff;
	font-size: 0.22rem;
	line-height: 0.4rem;
	font-weight: normal;
	margin-top: 0.22rem;
}


/* LDAR应用案例 */
.oil_box{
	width: 14.4rem;
	padding: 1.52rem 0;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.oil_text{
	float: left;
	width: 6rem;
	color: #333;
	font-size: 0.2rem;
	line-height: 0.48rem;
}
.oil_text h1{
	color: #333;
	font-size: 0.38rem;
	line-height: 0.82rem;
	margin-bottom: 0.41rem;
}
.oil_text i{
	width: 2.1rem;
	height: 3px;
	line-height: 0;
	background: #0064da;
	display: block;
}
.oil_pic{
	float: right;
	width: 6.9rem;
	border-radius: 0.2rem;
	overflow: hidden;
}

.kehu_bg{
	width: 100%;
	background: #f2f7fb;
	padding: 1.18rem 0 0.58rem;
	overflow: hidden;
}
.kehu{
	width: 100%;
}
.kehu ul{
	margin-right: -0.2rem;
}
.kehu li{
	float: left;
	width: 2.59rem;
	background: #fff;
	border: solid 1px #f2f3f4;
	padding: 0.1rem;
	box-sizing: border-box;
	margin: 0 0.2rem 0.48rem 0;
}
.kehu img{
	width: 100%;
	height: 1.08rem;
}
.kehu h4{
	color: #333;
	font-size: 0.14rem;
	height: 0.44rem;
	line-height: 0.22rem;
	font-weight: normal;
	text-align: center;
}


/* LDAR检测服务 */
.service_text{
	float: left;
	width: 7.95rem;
	color: #333;
	font-size: 0.2rem;
	line-height: 0.48rem;
}
.service_text h1{
	color: #333;
	font-size: 0.38rem;
	line-height: 0.82rem;
	margin-bottom: 0.41rem;
}
.service_text i{
	width: 2.1rem;
	height: 3px;
	line-height: 0;
	background: #0064da;
	display: block;
}
.service_pic{
	float: right;
	width: 5.23rem;
}

.process_box{
	width: 14.4rem;
	padding: 0.76rem 0 1.16rem;
	margin: 0 auto;
	overflow: hidden;
}
.process_list{
	width: 100%;
}
.process_list ul{
	margin-right: -1.2rem;
}
.process_list li{
	float: left;
	width: 1.8rem;
	position: relative;
	margin-right: 1.2rem;
}
.process_list li:last-child .process_arrow{
	display: none;
}
.process_arrow{
	width: 0.43rem;
	position: absolute;
	top: 35%;
	right: -0.8rem;
	transform: translate(0, -35%);
}
.process{
	width: 100%;
	text-align: center;
	margin-top: 0.2rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.process img{
	width: 1.28rem;
	height: 1.28rem;
	margin: 0 auto;
}
.process h4{
	color: #333;
	font-size: 0.23rem;
	line-height: 0.56rem;
}
.process_txt{
	color: #999;
	font-size: 0.18rem;
	line-height: 0.3rem;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.process_list li:hover .process{
	margin: 0;
}
.process_list li:hover .process_txt{
	opacity: 1;
}

.shiy_bg{
	width: 100%;
	padding: 0.8rem 0 0.62rem 0;
	background: #f2f7fb;
	overflow: hidden;
}
.shiy{
	width: 100%;
}
.shiy ul{
	margin-right: -0.26rem;
}
.shiy li{
	float: left;
	width: 3.42rem;
	height: 2.42rem;
	overflow: hidden;
	position: relative;
	margin: 0 0.24rem 0.27rem 0;
}
.shiy img{
	width: 100%;
	height: 100%;
}
.shiy_text{
	width: 100%;
	padding: 0.3rem 0.05rem 0.15rem 0.05rem;
	box-sizing: border-box;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 9));
	color: #fff;
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.34rem;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}